home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Sciral Consistency 1.1 / sciral_consistency.exe / consistency.chm / content / sty / task_style.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-10-24  |  2.6 KB  |  151 lines

  1.     /* IP CSS Task Style 1.0 */
  2.     /* <html><head><meta name="robots" content="noindex"></head></html> */
  3.  
  4. h1       {
  5.     font-size: 12pt;
  6.     font-family: "Lucida Grande", Helvetica, Arial
  7.     }
  8.  
  9. h2         {
  10.     font-size: 9pt;
  11.     font-family: "Lucida Grande", Helvetica, Arial;
  12.     margin-bottom: -4px
  13.     }
  14.  
  15. p         {
  16.     font-size: 9pt;
  17.     line-height: 12pt;
  18.     font-family: "Lucida Grande", Helvetica, Arial;
  19.     text-decoration: none
  20.     }
  21.  
  22. td         {
  23.     font-size: 9pt;
  24.     line-height: 12pt;
  25.     font-family: "Lucida Grande", Helvetica, Arial;
  26.     text-decoration: none
  27.     }
  28.  
  29. ol         {
  30.     font-size: 9pt;
  31.     font-family: "Lucida Grande", Helvetica, Arial;
  32.     list-style-position: outside;
  33.     }
  34.  
  35. ol li     {
  36.     font-size: 9pt;
  37.     line-height: 12pt;
  38.     font-family: "Lucida Grande", Helvetica, Arial;
  39.     margin-top: 6px
  40.     }
  41.  
  42.  ol p      {
  43.     font-size: 9pt;
  44.     line-height: 12pt;
  45.     font-family: "Lucida Grande", Helvetica, Arial;
  46.     margin-top: 6px;
  47.     margin-bottom: 6px
  48.     }
  49.  
  50. ul         {
  51.     font-size: 9pt;
  52.     font-family: "Lucida Grande", Helvetica, Arial;
  53.     list-style-type: square;
  54.     list-style-position: outside;
  55.     margin-top: -6px;
  56.     }
  57.  
  58. ul li    {
  59.     font-size: 9pt;
  60.     line-height: 12pt;
  61.     font-family: "Lucida Grande", Helvetica, Arial;
  62.     margin-top: 6px
  63.     }
  64.  
  65. ul p      {
  66.     font-size: 9pt;
  67.     line-height: 12pt;
  68.     font-family: "Lucida Grande", Helvetica, Arial;
  69.     margin-top: 6px;
  70.     margin-bottom: 6px
  71.     }
  72.  
  73. a        {
  74.     color: blue;
  75.     font-size: 9pt;
  76.     line-height: 11pt;
  77.     font-family: "Lucida Grande", Helvetica, Arial;
  78.     text-decoration: none
  79.     }
  80.  
  81. a:hover  {
  82.     color: blue;
  83.     font-size: 9pt;
  84.     line-height: 11pt;
  85.     font-family: "Lucida Grande", Helvetica, Arial;
  86.     text-decoration: underline
  87.     }
  88.  
  89. .notehead { color: green; font-weight: bold }
  90.  
  91. #caticon       {
  92.     background-color: #fff;
  93.     float: left
  94.     }
  95.  
  96. #pagetitle          {
  97.     background-color: #fff;
  98.     margin-top: 11pt;
  99.     margin-bottom: 16px;
  100.     width: 88%
  101.     }
  102.  
  103. #mainbox        {
  104.     background-color: #fff;
  105.     margin-top: 28px;
  106.     margin-right: 26px;
  107.     position: absolute;
  108.     top: 10px
  109.     }
  110.  
  111. #taskbox            {
  112.     background-color: #eee;
  113.     list-style-type: decimal;
  114.     list-style-position: outside;
  115.     padding: 2px 12px;
  116.     border: solid 1px #444
  117.     }
  118.  
  119. #notebox            {
  120.     background-color: #ffc;
  121.     list-style-type: decimal;
  122.     list-style-position: outside;
  123.     padding: 2px 12px;
  124.     border: solid 1px #444
  125.     }
  126.  
  127. #taskbox ul {
  128.     font-size: 9pt;
  129.     font-family: "Lucida Grande", Helvetica, Arial;
  130.     list-style-type: square;
  131.     list-style-position: outside;
  132.     margin-top: 12px;
  133.     }
  134.  
  135. #leftlink             {
  136.     background-color: #fff;
  137.     float: left;
  138.     margin-top: 10px;
  139.     margin-bottom: 20px;
  140.     width: 64%
  141.     }
  142.  
  143. #rightlink              {
  144.     background-color: #fff;
  145.     text-align: right;
  146.     float: right;
  147.     margin-top: 10px;
  148.     margin-bottom: 20px;
  149.     width: 34%
  150.     }
  151.